Version

Item Property (WorksheetTableAreaFormatsCollection<TArea>)

Gets the format for the specified area.
Syntax
public IWorksheetCellFormat this[ 
   TArea area
]; {get;}

Parameters

area
The area for which to get the format.

Property Value

An IWorksheetCellFormat instance describing the appearance of the specified area.
Exceptions
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also